Gail Shaw escribió:
> "Nicolas Alvarez" <nic### [at] gmail is the best com> wrote in message
> news:47b20953$1@news.povray.org...
>> Gail Shaw escribi�:
>>> Nope. That's paging. Lots of set-based solutions to that (exact
>>> implementation depending on the db engine you want to run it)
>>>
>> Like the LIMIT clause?
>
> Is that Oracle? Not offhand familar with it.
No, I'm only familiar with MySQL.
LIMIT {[offset,] row_count | row_count OFFSET offset}
Goes after the WHERE clause.
Post a reply to this message
|